home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / var / db / pkg / sys-devel / binutils-2.16.1 / binutils-2.16.1.ebuild < prev    next >
Encoding:
Text File  |  2006-01-09  |  659 b   |  24 lines

  1. # Copyright 1999-2005 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. # $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.1.ebuild,v 1.15 2005/12/07 23:58:55 gmsoft Exp $
  4.  
  5. PATCHVER="1.5"
  6. UCLIBC_PATCHVER="1.0"
  7. inherit toolchain-binutils
  8.  
  9. # ARCH - packages to test before marking
  10. KEYWORDS="-* ~alpha amd64 arm hppa ~ia64 mips ppc ppc64 ~s390 sh sparc x86"
  11.  
  12. src_unpack() {
  13.     tc-binutils_unpack
  14.  
  15.     # Patches
  16.     cd "${WORKDIR}"/patch
  17.     # FreeBSD patches are not safe
  18.     [[ ${CTARGET} != *-freebsd* ]] \
  19.         && mv 00_all_freebsd* skip/ \
  20.         || rm -f "${WORKDIR}"/uclibc-patches/40*all-libcs*
  21.  
  22.     tc-binutils_apply_patches
  23. }
  24.